projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae66131
)
* vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 3 Aug 2008 14:07:00 +0000
(14:07 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 3 Aug 2008 14:07:00 +0000
(14:07 +0000)
(check_memory_limits): Don't handle HAVE_GETRLIMIT here.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 7e0c05493a40734ebbc14bb62dfb6abe3e102155..19ab48d57676bfea3be631af973de8b0549abd5d 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2008-08-03 Andreas Schwab <schwab@suse.de>
+
+ * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
+ (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
+
2008-08-02 Chong Yidong <cyd@stupidchicken.com>
* vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.